" Input: { data_uoa - experiment data UOA (repo_uoa) - experiment repo UOA (module_uoa) (point_uid) - point (or skip, if there is only one), can be of format UID-(point_idx) - 0-based numeric index of the point (assuming they are sorted by UID) (subpoint) - subpoint (or skip, if there is only one) (add_pipeline) - if 'yes', load pipeline from entry (if exists) (no_points) - if 'yes', just return the pipeline information and ignore the points } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 dict - {point extension = loaded json file} pipeline - if add_pipeline!='yes' and pipeline exists, return dict pipeline_uoa - if add_pipeline!='yes' and pipeline_uoa exists, return pipeline UOA pipeline_uid - if add_pipeline!='yes' and pipeline_uid exists, return pipeline UID } "